home *** CD-ROM | disk | FTP | other *** search
- iScore = Math.floor(iFramesPlayed / iFPS * 1000) / 1000;
- i = 0;
- while(i < iBulletNo + 1)
- {
- _root[S_BULLET + i].removeMovieClip();
- i++;
- }
- sndBg.stop("sndBg");
- if(1 < iScore / iTouch && 10 < iScore)
- {
- gotoAndStop(7);
- }
- txtTime = iScore;
- txtBulletNo = iBulletNo;
- txtRank = getRank(iScore);
- stop();
-